This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Michelle Rewepulakoi 27.Jan.04 08:06 PM a Web browser Domino Designer 6.5 All Platforms
Okay i have a website that i created a list of images from a view but i cant really control any break points.
SInce i cant explain it 100% lemme give an Example.
In php I would get a list of images in an array then use the modulus operator to split the items IE
if ($i%3 == 0) {
$str .= "</tr><tr>";
}
WHich would add that string on every 3 lements so its in a nice neat table..
ANyone understand what im wanting to do and have an i dea on how i can use my view to accomplish this? Im not versed in lotusscript so thats a big drawback at the moment too ;-(